home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / utilit~1 / initbin.zoo / init-bin / etc / rc.sin < prev    next >
Encoding:
Text File  |  1992-11-03  |  178 b   |  13 lines

  1. #!/bin/sh
  2. #
  3. # This is run when the system is booted in single-user mode.
  4. #
  5.  
  6. /bin/cat < /dev/null > /etc/single
  7.  
  8. if [ -f /etc/fsck ] ; then
  9.     /etc/fsck -q /
  10.     /etc/fsck -q /usr
  11. fi
  12.  
  13.